home *** CD-ROM | disk | FTP | other *** search
/ CD32 Scene 2 / CD32 Scene Disc 2.iso / c / rad < prev    next >
Text File  |  2014-02-13  |  585b  |  24 lines

  1. /* Recoverable RAM disk mount entry
  2.  *
  3.  * You can create different simultaneous recoverable RAM disks by creating
  4.  * versions of this file with different Unit values.
  5.  *
  6.  * The size of a recoverable RAM disk is controlled by the value of the
  7.  * HighCyl line. Increasing this value by 1 consumes an additional 11K of
  8.  * RAM. So the default value of 79 consumes around 880 of memory.
  9.  */
  10.  
  11. Device      = ramdrive.device
  12. Unit     = 0
  13. Flags    = 0
  14. Surfaces = 2
  15. BlocksPerTrack = 11
  16. Reserved = 2
  17. Interleave  = 0
  18. LowCyl      = 0
  19. HighCyl     = 0
  20. Buffers     = 1
  21. BufMemType  = 1
  22. BootPri = -128
  23.  
  24.